Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class / SetItem Method

In This Topic
    SetItem Method (C1ObservableKeyedCollection<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As System.Integer, _
       ByVal item As TItem _
    ) 
    protected override void SetItem( 
       System.int index,
       TItem item
    )

    Parameters

    index
    item
    See Also